<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:84%; max-width: 100% }



@font-face {
    font-family: 'beifang';
    src: url('../fonts/北方行书_1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.in_header{width:100%; height:4.9vw; position:fixed; top:0; left:0; z-index:9999; padding: 0 5% 0 6%; background:#fff}
.in_header .h_logo{width:155px; height:100%; float: left; display: flex; align-items: center; }
.in_header .h_logo img{max-width: 100%}
.h_search{width:13%; height: 40px; background: #eeeeee; border-radius: 25px; padding: 0 1% 0 1%; float: right; margin-top: 1.3vw}
.h_search input[type="text"]{width:70%; height: 100%; float: left; background: none; border: 0; font-size:14px; color: #999999;}
.h_submit{width:20%; height: 100%; float: right; background: url(../images/h_search.png) no-repeat center; border: 0}
.h_sj{float: right; color:#333333; font-size: 20px; font-weight: bold; background: url(../images/l_dh.png) no-repeat left center; padding-left:40px; line-height: 5vw; 
	margin-right: 2%}
.two_header{background: none}
.two_header .nav .nLi h3 a p{color:#fff}
.two_header .h_sj{color:#fff; background: url(../images/h_dh.png) no-repeat left center}




/*导航*/
.nav{ height:4.9vw; width:56%; float: right; margin-right:2%;}
.nav .nLi{position:relative;float:left;display:inline;height:5vw; width:12.2%;  }
.nav .nLi h3{ font-weight: normal; width:100%; height: 5vw; margin: 0px auto; line-height: 5vw }
.nav .nLi h3 p{height:100%; color:#333333; font-size:16px;  width:auto; position: relative; text-align: center;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#333333;  }
.nav .sub{position:absolute;top:4.9vw;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left: -80px; background:#fff;line-height:26px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333; font-size:15px;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#0b4f91; font-weight:bold;}
.nav .nLi:last-child{margin-right: 0}
.sub li:hover a{color:#0b4f91;}
#fp-nav.right{width:20px; height:auto;}
#fp-nav ul li{width:15px; height: 15px; }
#fp-nav ul li, .fp-slidesNav ul li{margin: 0; margin-bottom:1.5vw; }
.chColor{background:rgba(0,0,0,0.5); top:0; height:auto; padding:12px 4%}
.fp-nav #menu .nav .nLi p a{color:#333}
/*
#fp-nav ul li a.active{background: url(../images/yuan.png) no-repeat center}
*/
#fp-nav ul li a.active span{background: #3c72a7;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{border:0; background:#e0dddd; width: 15px!important; height: 15px!important; margin:-7.5px 0 0 -7.5px!important}
.index_top{width:78px; height: 77px; position:fixed; bottom:10%; right:2%; z-index: 999; }
.index_top img{width:100%; height:auto;}
.index_top:after {
    width:78px;
    height: 78px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 4px solid #a2bccc;
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}






/*第一块*/
.section1{width:100%; height: 100%; overflow: hidden; }
.slideshow{position:relative;z-index:1;width:100%;margin:0 auto;height:100vh}
.slideshow *{/* outline:0; */}
.slideshow .slider-track{-webkit-transition:all 1s cubic-bezier(.7,0,.3,1);transition:all 1s cubic-bezier(.7,0,.3,1)}
.slideshow .item{width:100vw;height:100vh;position:relative;overflow:hidden;z-index:1}
.indexnavbox{width:1200px;height:90px;position:absolute;top:0;left:0;right:0;margin:0 auto;z-index:499;overflow:hidden}
.indexnavbox ul{width:1200px;margin:0 auto;display:flex;justify-content:space-between}
.indexnavbox ul li{padding-top:4px;position:relative}
.indexnavbox ul li.indexnavli::after{content:' ';position:absolute;width:0;height:3px;top:66px;left:0;transition:all .3s;-webkit-transition:all .3s}
.indexnavbox ul li.indexnavli:hover::after{width:100%;background:#c3181c}
.indexnavbox ul li a{display:block;height:86px;line-height:82px;text-align:center;color:#fff;font-size:15px;font-weight:400}
.indexnavbox ul li a:hover{color:#c3181c}
.indexnavbox ul li.currnav a{color:#c3181c}
.indexnavbox ul li.currnav::after{width:100%;background:#c3181c}
@keyframes animX{0%{left:0}
100%{left:20px}
}
@keyframes animY{0%{top:0}
100%{top:4px}
}
@keyframes scale{0%{transform:scale(1)}
50%{transform:scale(1.06)}
100%{transform:scale(1)}
}
.do_trans0{animation:animX .8s cubic-bezier(.36,0,.64,1) -.4s 2 alternate,animY .8s cubic-bezier(.36,0,.64,1) 0s 2 alternate,scale 1.6s cubic-bezier(.36,0,.64,1) 0s 1 alternate}
.do_trans1{animation:animX 850ms cubic-bezier(.36,0,.64,1) -425ms 2 alternate,animY 850ms cubic-bezier(.36,0,.64,1) 0s 2 alternate,scale 1.7s cubic-bezier(.36,0,.64,1) 0s 1 alternate}
.do_trans2{animation:animX .9s cubic-bezier(.36,0,.64,1) -450ms 2 alternate,animY .9s cubic-bezier(.36,0,.64,1) 0s 2 alternate,scale 1.8s cubic-bezier(.36,0,.64,1) 0s 1 alternate}
.do_trans3{animation:animX 950ms cubic-bezier(.36,0,.64,1) -475ms 2 alternate,animY 950ms cubic-bezier(.36,0,.64,1) 0s 2 alternate,scale 1.9s cubic-bezier(.36,0,.64,1) 0s 1 alternate}
.do_trans4{animation:animX 1s cubic-bezier(.36,0,.64,1) -.5s 2 alternate,animY 1s cubic-bezier(.36,0,.64,1) 0s 2 alternate,scale 2s cubic-bezier(.36,0,.64,1) 0s 1 alternate}
.bannerimg{position:absolute;width:100%;height:100%}

.banner_txt{position:absolute;left:0;right:0;top:40%;z-index:99;width:1200px;margin:0 auto;color:#fff}
.banner_txt h5{font-weight:400;font-size:18px;opacity:.8}
.banner_txt h2{font-weight:700;font-size:76px;line-height:1.2;margin-top:18px}
.mt-15{margin-top:30px}
[class*=btn-more]{line-height:2.25rem}
[class*=btn-more]:before{content:"";float:left;width:38px;height:30px;margin-right:1rem;background:no-repeat 0/contain}
[class*=btn-more]:hover{opacity:.7}

.btn-more-light{color:#fff;font-size:18px;position:relative;padding-left:40px}
.btn-more-light:hover{color:#fff;opacity:.7}
.btn-more-light:before{position:absolute;top:0;left:0;background:url(../images/ban_jt.png) no-repeat left center}
.arrow{background:0 0;cursor:pointer}
.arrow:after,.arrow:before{content:"";position:absolute;top:42%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.arrow:before{border:1px solid #fff;border-radius:50%}
.arrow:after{background:no-repeat 50%/1.5rem}
.arrow-left:after,.arrow-left:before{right:0}
.arrow-left:after{background-image:url(../fonts/left_arrow.svg)}
.arrow-right:after,.arrow-right:before{left:0}
.arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:5rem;height:5rem}
.arrow:after,.arrow:before{-webkit-transition:.2s ease-out;transition:.2s ease-out;width:4rem;height:4rem}
.arrow:after{-webkit-transition-delay:.1s;transition-delay:.1s}
.arrow:hover:before{width:4.5rem;height:4.5rem}
.arrow-left{left:4rem}
.arrow-left:hover:before{right:.5rem}
.arrow-left:hover:after{right:.75rem}
.arrow-right{right:4rem}
.arrow-right:hover:before{left:.5rem}
.arrow-right:hover:after{left:.75rem}
.dots{position:absolute;left:0;right:0;overflow:hidden;bottom:10%;z-index:999999}
.dots-bd{position:relative;height:2.5rem;width:900px;margin:0 auto;display:flex;justify-content:space-around}
.dots-bd:after,.dots-bd:before{content:"";position:absolute;top:50%;border-top:.5px solid hsla(0,0%,100%,.5);width:100vw}
.dots-bd:before{right:100%}
.dots-bd:after{left:100%}
.dots-wrap{position:relative;width:900px;overflow:hidden}
.dots-item{position:absolute;width:300px;display:flex;justify-content:space-between}
.dots-item:first-child{left:0}
.dots-item:nth-child(2){left:300px}
.dots-item:last-child{left:600px}
.dots-line{position:relative;height:2.5rem;flex-grow:1}
.dots-line:before{content:"";position:absolute;left:0;top:50%;width:100%;border-top:.5px solid hsla(0,0%,100%,.5)}
.dots-disc{position:relative;height:2.5rem;cursor:pointer}
.dots-disc i,.dots-disc:before{position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.dots-disc:before{content:"";width:10px;height:10px;border-radius:50%;background:#fff}
.dots-disc i{z-index:10;width:50px;height:50px}
.dots-title{position:relative;color:#fff;font-size:.8125rem;line-height:2.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:110px}
.dots-title span{display:block;padding:0 1.5rem;white-space:nowrap;overflow:hidden;text-align:center}
.dots-title svg{position:absolute;left:0;top:0;width:100%;height:100%;paddign:0;margin:0}
.rect-highlight{display:none}
.dots-active .rect-highlight{display:block}





/**/
.section2{width:100%; height:100%; overflow: hidden; background: url(../images/section2_bjs.jpg) no-repeat bottom center; background-size: cover; }
.section2_ban{background: url(../images/section2_bjs.jpg) no-repeat bottom center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section2 .w1440{width:1405px; margin-top: 3vw; overflow: hidden; position:relative; z-index:9}
.index_about_top{width:100%; height: auto; }
.about_top_video{width:403px; height: auto; float: right; position: relative;}
.about_top_video img{max-width: 100%;  box-shadow: 0 5px 12px rgba(178,210,242,0.94); border-radius: 30px 0 0 30px}
.about_top_video i{width:72px; height: 72px; background: url(../images/v_icon.png) no-repeat center; display: block; position: absolute; top:50%; left:50%; 
	margin-left:-36px; margin-top: -36px; }
.section2_num{float: right; padding-left: 75px; width:810px; padding-top: 44px;}
.section2_num h4{color:#303436; font-size: 38px; font-weight: bold; margin-bottom: 32px;}
.section2_num dl{float: left; margin-right:95px}
.section2_num dl:last-child{margin-right: 0}
.section2_num dl dt{color:#164ba3; font-size: 46px; font-family: "Arial"}
.section2_num dl dd{color:#164ba3; font-size: 14px; font-weight: bold;}
.index_about_bottom{width:100%; height: auto; overflow: hidden; margin-top: -10px;}
.about_bottom_left{width:582px; height: auto; float: left; padding-right: 20px; padding-top: 56px;}
.about_bottom_left h3{color:#0b4f91; font-size: 24px; font-weight: bold; margin-bottom:10px;}
.about_bottom_left h4{color:#303436; font-size: 26px;}
.about_xx{width:100%; height: auto; overflow: hidden; color:#596c78; font-size: 14px;  line-height: 28px; margin: 35px 0; display: block}
.about_more{color:#666666; font-size: 16px; font-weight: bold; display: table; background: url(../images/ys_jts.png) no-repeat right center; padding-right: 30px;}
.about_bottom_right{width:823px; height: auto; float: left}
.about_bottom_right img{width:100%; height: auto;}




/*第3块*/
.section3{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section3_title{width:100%; height: auto; overflow: hidden; position: absolute; top:6vw; left:3%}
.section3_title h3{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.section3_title h4{color:#fff; font-size: 38px; font-weight: bold;}
.section3 ul{width:100%; height: 100vh}
.section3 ul li{width:25%; height: 100vh; float: left;}
.section3 ul li a{width:100%; height: 100%; display: block;  position: relative}
.section3_all h4{color:#fff; font-size: 22px; font-family:"Arial"; text-transform: uppercase; margin-bottom:5px;}
.section3_all h3{color:#fff; font-size: 38px; font-weight: bold; }
.bd_cp_xx{width:100%; height:152px;  font-size: 16px; color:#fff; line-height: 28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden; border-top:1px solid rgba(255,255,255,0.4); padding-top:40px; margin-top: 40px; margin-bottom: 50px; display:none}
.section3_all span{color:#fff; font-weight: bold; font-size: 16px; font-weight: bold; background: url(../images/ys_jts.png) no-repeat right center; padding-right: 40px; display: none;}
.section3_all_xx{width:100%; height: auto; position: absolute; bottom:18%; left:0; z-index: 9; padding: 0 16%;}
.section3 ul li:hover .bd_cp_xx,.section3 ul li:hover span{display: table}
.section3 ul li:hover a{background: url(../images/hh_bjs.png) no-repeat center; background-size: cover;}




/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.section4_title{width:1200px; height: auto; overflow: hidden; position: absolute; left:50%; margin-left: -600px; bottom:70%; border-bottom: 1px solid rgba(255,255,255,0.2); z-index: 9}
.section4_title dl{width:40%;  height: auto; float: left}
.section4_title dl dt{color:#fff; font-size: 24px; font-weight: bold;}
.section4_title dl dd{color:#fff; font-size: 38px; font-weight: bold; margin: 5px 0 15px}
.section4_title a{float: right; background: url(../images/ys_jts.png) no-repeat right center; color:#fff; font-size: 16px; font-weight: bold; padding-right: 30px; 
	margin-top:50px}
.section4 .slideTxtBox{ width:100%; height: 100vh }
.section4 .slideTxtBox .hd{width:100%; height:298px; position: absolute; bottom:0; left:0; z-index: 8 }
.section4 .slideTxtBox .hd ul{width:1200px;height: auto; margin: 0px auto;}
.section4 .slideTxtBox .hd ul li{ float:left; width:25%; height: 298px;  padding:3.5vw 40px 0; position: relative; z-index: 9}
.section4 .slideTxtBox .hd ul li h3{width:100%; height: 30px; line-height: 30px; color:#fff; font-size: 20px; font-weight: bold;}
.section4 .slideTxtBox .hd ul li p{width:100%; height:auto; line-height:28px; color:#fff; font-size: 14px; text-transform:uppercase; margin-top: 5px;}
.section4 .slideTxtBox .hd ul li.on{background: #0b4f91}
.section4 .slideTxtBox .hd ul li:after{content: ""; width: 1px; height:13.8vw; background: rgba(255,255,255,0.3); position: absolute; top:2vw; right:0}
.section4 .slideTxtBox .hd:after{content: ""; width: 100%; height:13.8vw; background: rgba(11,79,145,0.54); position: absolute; bottom:0; left:0}
.hd_img{width:100%; height: 70px; display: flex; align-items: center;} 
.hd_img img{max-width: 100%; align-items: center;}
.section4 .slideTxtBox .bd{width:100%; height: 100vh;}
.bd_li{width:100%; height: 100vh; position: relative}
.bd_info{width:1200px; height: auto;display: block; position: absolute; bottom:40%; left:50%; margin-left: -600px;}
.bd_info h4{color:#ffffff; font-size: 38px; margin-bottom: 2vw}
.bd_info p{color:#ffffff; font-size: 16px; background: url(../images/ys_active.png) no-repeat left center; padding-left: 30px; line-height: 28px; margin-bottom: 1vw}









/*第5块*/
.section5{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section5_ban{background: url(../images/section5_bjs.jpg) no-repeat bottom center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section5 .container{position: relative; z-index:999; }
.index_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_title h3{color:#151515; font-weight: bold; font-size: 24px; margin-bottom:0.7vw}
.index_title h4{color:#0b4f91; font-weight: bold; font-size: 38px;}
.section5 ul{width:100%; height: auto;  margin-top: 1vw; padding: 5px 0; overflow:hidden}
.section5 ul li{width:394px; height: auto; float: left; margin-right:9px; background: #fff}
.section5 ul li:nth-child(3){margin-right:0 }
.inedx_news_pic{width:100%; height: auto; overflow: hidden}
.inedx_news_pic img{width:100%; height: auto; display: block}
.index_news_xx{width:100%; height: auto; overflow: hidden;  box-shadow: 0 0 9px rgba(108,141,175,0.4); padding:30px 26px 15px  }
.index_news_xx h3{width:100%; height:35px; line-height:35px; color:#333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	font-weight: bold;}
.index_news_xx p{width:100%; height:25px; line-height:25px; color:#666666; font-size:14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx h4{color:#fff; font-size: 14px; background: #0b4f91; border-radius:5px; height: 30px; width: 92px; text-align: center; line-height: 30px; margin: 15px 0}
.index_news_xx dl{width:100%; height: auto; overflow: hidden}
.index_news_xx dl dt{color:#333333; font-size: 32px; font-family: "Arial"; float: left; margin-right: 10px}
.index_news_xx dl dd{color:#999999; font-size: 18px; font-family: "Arial"; margin-top:9px; float: left}


/*第6块*/
.section6{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section6_ban{background: url(../images/section6_bjs.jpg) no-repeat center; background-size: cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section6 .container{position: relative; z-index: 9; overflow:hidden}
.section6_top{width:100%; height: 90px; margin-bottom: 1.5vw}
.section6_title{width:50%;; height: auto; overflow: hidden; position: relative; float: left}
.section6_title h4{color:#fff; font-size: 24px; font-weight: bold; margin-bottom:0.5vw}
.section6_title h3{color:#fff; font-size:38px; font-weight: bold;}
.section6_ma{width:auto; float: right; margin-top: 28px; }
.section6_ma img{width:100px; height: auto; position: absolute; top:35px; left:0; display:none}
.f_sj{width:35px; height: 35px; float: right; position: relative; background: url(../images/f3.png) no-repeat center}
.f_wx{width:35px; height: 35px; float: right; position: relative; background: url(../images/f4.png) no-repeat center}
.f_dy{width:35px; height: 35px; float: right; position: relative; background: url(../images/f1.png) no-repeat center}
.f_wb{width:35px; height: 35px; float: right; position: relative; background: url(../images/f2.png) no-repeat center}
.f_xs{float: right; width: 1px; height: 35px;  background: url(../images/hh_xs.png) no-repeat center; margin: 0 22px}
.s_ma{width:35px; height: 35px; float: right; background: url(../images/f_ma.png) no-repeat center}
.f_wb:hover img{display:block}
.f_dy:hover img{display:block}
.f_wx:hover img{display:block}
.f_sj:hover img{display:block}


.section6_left{width:44%; height: auto; float: left; }
.section6_left h4{color:#fff; font-size: 26px; margin-bottom: 8px;}
.section6_left a.lkzx{width:249px; height: 49px; background:rgba(255,255,255,0.53); border-radius: 25px; text-align: center; line-height: 49px; color: #fff; font-size: 16px; 
display: block; margin: 32px 0}
.section6_left a.lkzx:hover{background:#fff; color:#003887}
.section6_left_xx{width:100%; height: auto; overflow: hidden}
.section6_left_xx p{color:#fff; font-size: 16px; line-height: 32px;}
.section6_right{width:643px; height: auto; float: right; background: rgba(0,0,0,0.59); padding:38px 4.2% 38px}
.section6_right h3{color:#ffffff; font-size: 30px; font-weight:bold; margin-bottom: 30px;}
.section6_right p{width:100%; height: 50px; line-height:50px; position: relative; margin-bottom:30px; border-bottom: 1px solid rgba(255,255,255,0.3)}
.section6_right p input[type="text"]{color:#fff;  font-size: 14px; background: none; border: 0; height: 100%; }
.section6_right textarea{width:100%; height: auto; overflow: hidden;  color:#fff;  font-size: 14px; background: none; border: 0; resize: none; border-bottom: 1px solid rgba(255,255,255,0.3); margin-top:30px}
.sec_submit{width:173px; height: 41px; color:#fff; font-size: 16px;  display: block; border: 0; 
	margin-top: 30px; float: right; background-image: linear-gradient(to right, #0378e7 , #0c4985); 
	background-image: -webkit-gradient(to right, #0378e7 , #0c4985); 
	background-image: -webkit-radial-gradient(to right, #0378e7 , #0c4985);
}
.section6_right p input::-webkit-input-placeholder,.section6_right textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  opacity: 0.5 
}  
.section6_right p input:-moz-placeholder,.section6_right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  opacity: 0.5 
}  
.section6_right p input::-moz-placeholder,.section6_right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color:#fff;  opacity: 0.5  
}  
.section6_right p input:-ms-input-placeholder,.section6_right textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
    color:#fff;  opacity: 0.5 
}  

.copy_bq{width:100%; height:auto; line-height:40px; position: relative; color:#e6e6e6; font-size:16px; opacity: 0.6; margin-top: 1.5vw}
.copy_bq a{color:#e6e6e6; font-size:16px; margin-right: 10px;}
.copy_bq a:hover{color:#fff!important}
.in_footer_zhichi{width:100%; height:auto; overflow: hidden; float: right}
.in_footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; line-height:40px;}
.in_footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.in_footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px; }
.in_footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.in_footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.in_footer_zhichi span{float: left; font-size:14px; color: #e6e6e6; opacity: 0.6}
.in_footer_zhichi i{ float: left;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background: rgb(255, 255, 255);}
.ny_banner #menu .nav .nLi p a{color:#000}
.ny_banner .h_dianhua{background: url(../images/souso_h.png) center center no-repeat;}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.zhiliang_banner{background: url(../images/zhiliang_banner.jpg) no-repeat center}
.yjy_banner{background: url(../images/yjy_banner.jpg) no-repeat center}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#eeeeee; padding-top:42px; padding-bottom:35px;}
.footer_left{width:30%; height: auto; float: left}
.footer_left a{max-width:100%;  display: block; margin-bottom:25px; font-size: 24px; color: #333333; font-weight:bold; line-height: 39px;}
.footer_left a span{font-size: 30px; color: #333333; font-family: "Impact"; margin-right: 10px; float: left; line-height: 39px;}
.footer_left p{font-size: 16px; color: #333333;line-height: 30px; }
.footer_input{width:40%; height: auto; float: left; margin-left:6%}
.footer_text{width:100%; height: 35px; line-height: 35px; }
.footer_text p{width:48%; height: 100%; float: left; position: relative; border-bottom: 1px solid #000000}
.footer_text input[type="text"]{width:100%; height: 100%; background: none; border: 0; font-size: 16px; color: #333333}
.footer_text p:last-child{float: right}
.footer_input textarea{width:100%; height:40px; font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; resize: none;
	margin-top: 20px;}
.f_submit{width:80px; height: 35px; line-height: 35px;  font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; margin-top: 8px; cursor:pointer}
.footer_right_ma{float: right; width:20%;}
.footer_right_ma h3,.footer_input h3{font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 20px;}
.footer_right_ma dl{width:31%; height: auto; float: left; margin-right: 2px;}
.footer_right_ma dl dt{width:100%; height: 100%;}
.footer_right_ma dl dt img{width:100%; height: 100%; display: block; margin: 0px auto;}
.footer_right_ma dl dd{width:100%; height: 35px; line-height: 35px; font-size:12px; color: #999999; text-align: center;}

.copy{clear:both;width:100%;height:42px;color:#999999; line-height:42px; position: relative; background: #1b1b1b;  }
.copy_n{float:left; font-size:12px; color:#999999}
.copy_n a{color:#999999; font-size:12px;}
.copy_n a:hover{color:#ea5420!important}
.footer_zhichi{width:auto; height:42px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#4d4d4d; line-height:42px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #777777;}
.footer_zhichi i{ float: left;}



/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right:0px;
  top:250px;
  width: 77px;
  z-index: 888;
}
.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 9px;
  width: 300px;
 font-size: 14px;
}
.leftlx {
  float: left;
  height: 47px;
  width: 77px;
}
.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 8px;
}
.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}
.lxfx li i {
  display: block;
  height: 27px;
  margin: 0 auto;
  text-align: center;
  width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
  background-position: 0 -25px;
}
.lxfx li i.icon-ly {
  background-position: 4px -53px;
}
.lxfx li i.icon-wx {
  background-position: -34px 4px;
}
.lxfx li i.icon-wb {
  background-position: -30px -22px;
}
.lxfx li i.icon-top {
  background-position: -30px -49px; height:32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
}
.lxfx li {
  background:#0b4f91;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px; float:left;
}

.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 70px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block; font-weight:bold;}
/* .nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;} */
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active,.nav-wrap li a:hover{background:#0b4f91; color:#fff}
.nav-height{width:100%; height:auto; border-bottom:1px solid #dcdcdc}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #0b4f91; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{padding-left: 10px; height: 50px; line-height: 50px; position: relative;}
.ny_left_nav .yiji li::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0b4f91; left: 10px; top: 22px;}
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #000;display: block;  height:50px;line-height: 50px;position: relative; }
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul li { width: 100%; height: auto; background: none; border-bottom:1px solid #dadada;    }
.ny_left_nav ul li ul li a{ padding-left:0; font-size: 16px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#0b4f91; font-size: 16px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#0b4f91}
.ny_left_nav ul li:hover a.inactive{color:#0b4f91}
.ny_left_nav ul li ul li:hover a{color:#0b4f91}
.ny_left_nav ul li .inactives{color:#0b4f91}
.ny_left_nav ul li ul li:hover a{color:#0b4f91}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #333; font-weight: bold; }
.ny_about_info p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_proshow_top .sl_SmallImgList img{width:100%; height:auto; display:block}
#sl_PicShow{float:none!important; margin:0px auto;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #333}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#0b4f91}
.ny_proshow_xq{width:100%;  overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}

.ny_pro_info{width:100%; overflow:hidden; font-size: 14px; line-height:28px; height:252px; display: block;}
.ny_product ul li h3{width:100%; height:40px; line-height:40px; color:#333; font-size:18px; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.proshow_xx{font-size: 16px;  color: #666;line-height: 30px; margin-top: 10px;}
.proshow_xx img{max-width:100%}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #0b4f91;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #0b4f91;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#0b4f91}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0;  margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px;     resize: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; background: #fff; display: block; margin:20px auto; font-size:16px;}
.con_submit:hover{background:#0b4f91; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top:40px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.jcsl_ny{margin-top: 30px; margin-bottom: 21px;    font-size: 15px; color: #666; line-height: 30px;}






@media screen and (max-width:1600px){
.section2 .w1440{transform: scale(0.8)!important; -ms-transform: scale(0.8)!important;-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8)}
.section3_all h3,.bd_info h4,.section4_title dl dd,.index_title h4{font-size:28px;}
.section3_all_xx{padding:0 10%}
.section4 .slideTxtBox .hd ul li:after{top:5vw}
.section4 .slideTxtBox .hd ul li{padding:5.5vw 40px 0;}
.section5 .container{margin-top:5vw}
 .section6 .container{transform: scale(0.9)!important; -ms-transform: scale(0.9)!important;-webkit-transform: scale(0.9);-o-transform: scale(0.9);-moz-transform:scale(0.9)}
.section6 .container{margin-top:4vw}
.copy_bq{line-height:32px;}
}

@media screen and (max-width:1500px){
	.w1440{width:1200px}
	.section4 .slideTxtBox .hd ul li:after{top:7vw}
	.bd_info h4{margin-bottom:1vw}
	.bd_info{bottom:44%}
	.section4 .slideTxtBox .hd ul li{padding: 8vw 18px 0;}
	.section3_all_xx{bottom: 8%;}

}




@media screen and (max-width:1440px){
.about_bottom_right{width:800px;}
.nav .nLi h3 p{font-size:14px;}
.section6_title h3,.section3_title h4{font-size:30px;}
.section6_top{margin-bottom:0.8vw}
}



@media screen and (max-width:1370px){
.about_bottom_right{width:640px;}
.section4 .slideTxtBox .hd ul li,.section4 .slideTxtBox .hd{height:245px}
.section4 .slideTxtBox .hd ul li{padding: 4vw 18px 0;}
.bd_info h4,.section3_title h4,.section3_title h3{font-size:20px;}
.bd_info p{margin-bottom:4px;}
.section4_title dl dd{font-size:22px;}
.section5 .container,.section6 .container{transform: scale(0.8)!important; -ms-transform: scale(0.8)!important;-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8)}
.in_header .h_logo{width:110px;}

}


</pre></body></html>